home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_RTF / Source / English.lproj / Convert_rtf.nib / data.classes < prev    next >
Text File  |  1993-11-06  |  2KB  |  117 lines

  1. ProgressIndicator = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. rtfToken = {
  10.     SUPERCLASS = ResultObject;
  11. };
  12. TextConverter = {
  13.     SUPERCLASS = ResultObject;
  14. };
  15. NeXTToMacText = {
  16.     SUPERCLASS = TextConverter;
  17. };
  18. File = {
  19.     SUPERCLASS = ResultObject;
  20. };
  21. ConvertController = {
  22.     ACTIONS = {
  23.     UserDecided:;
  24.     PrepareForConversion:;
  25.     appDidInit:;
  26.     displayPreferences:;
  27.     appWillTerminate:;
  28.     };
  29.     OUTLETS = {
  30.     listener;
  31.     SourceFileName;
  32.     pasteCommand;
  33.     windowsCommands;
  34.     cutCommand;
  35.     servicesCommands;
  36.     ProgressWindow;
  37.     DestPath;
  38.     decisionText;
  39.     checkSpellingCommand;
  40.     SourceTitle;
  41.     editCommands;
  42.     infoCommands;
  43.     DestFileName;
  44.     SourcePathTitle;
  45.     StatusTitle;
  46.     prefPanel;
  47.     DestTitle;
  48.     quitCommand;
  49.     ProgressMeter;
  50.     hideCommand;
  51.     Status;
  52.     DestPathTitle;
  53.     SourcePath;
  54.     decisionWindow;
  55.     converterInst;
  56.     spellingCommand;
  57.     };
  58.     SUPERCLASS = ResultObject;
  59. };
  60. FontEntry = {
  61.     SUPERCLASS = ResultObject;
  62. };
  63. TextFile = {
  64.     SUPERCLASS = File;
  65. };
  66. rtfFile = {
  67.     SUPERCLASS = TextFile;
  68. };
  69. MacToNeXTText = {
  70.     SUPERCLASS = TextConverter;
  71. };
  72. rtfController = {
  73.     ACTIONS = {
  74.     SetFontConversion:;
  75.     PrepareForNeXTConversion:;
  76.     SetSingleQuoteChange:;
  77.     SetPictDataDeletion:;
  78.     SetUnderlineRemoval:;
  79.     ChangeConvertSource:;
  80.     displayPreferences:;
  81.     PrepareForMacConversion:;
  82.     SetPictConversion:;
  83.     };
  84.     OUTLETS = {
  85.     ConvertPictButton;
  86.     MacConvertCommand;
  87.     RemoveUnderlineButton;
  88.     NeXTConvertCommand;
  89.     ConvertAllFontsButton;
  90.     MacSourceButton;
  91.     ConvertSingleQuotesButton;
  92.     DeletePictDataButton;
  93.     };
  94.     SUPERCLASS = ConvertController;
  95. };
  96. rtfConverter = {
  97.     SUPERCLASS = AbstractConverter;
  98. };
  99. AbstractConverter = {
  100.     ACTIONS = {
  101.     ReportTo:;
  102.     };
  103.     OUTLETS = {
  104.     myManager;
  105.     };
  106.     SUPERCLASS = ResultObject;
  107. };
  108. NeXTToMacRTFText = {
  109.     SUPERCLASS = NeXTToMacText;
  110. };
  111. ResultObject = {
  112.     SUPERCLASS = Object;
  113. };
  114. MacToNeXTRTFText = {
  115.     SUPERCLASS = MacToNeXTText;
  116. };
  117.